Compare commits
2 Commits
d08e7826b9
...
39b65dd806
Author | SHA1 | Date | |
---|---|---|---|
39b65dd806 | |||
047d0b25d8 |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.swp
|
@ -29,6 +29,7 @@ pipeline:
|
||||
repo: wilw/treadl-api
|
||||
dockerfile: api/Dockerfile
|
||||
context: api
|
||||
platforms: linux/amd64
|
||||
|
||||
deployweb:
|
||||
image: alpine
|
||||
@ -43,4 +44,4 @@ pipeline:
|
||||
- s3cmd -c /root/.s3cfg sync --no-mime-magic --guess-mime-type dist/* s3://treadl.com
|
||||
- 'curl -X POST -H "AccessKey: $BUNNY_KEY" https://api.bunny.net/pullzone/782753/purgeCache'
|
||||
|
||||
branches: main
|
||||
branches: main
|
||||
|
Loading…
Reference in New Issue
Block a user