Compare commits

..

2 Commits

Author SHA1 Message Date
39b65dd806 Updated gitignore
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-08-23 11:02:57 +01:00
047d0b25d8 Updated build architecture to match deploy server 2024-08-23 11:01:36 +01:00
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.swp

View File

@ -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