Compare commits

..

No commits in common. "b06757fb03f5f785190d8c7bee5d03b3cf4ee23d" and "6e21ebf600e54ef8fd96cc5c58a6dd2b3ef351c9" have entirely different histories.

2 changed files with 3 additions and 6 deletions

2
.gitignore vendored
View File

@ -1,2 +0,0 @@
*.sw*
.DS_Store

View File

@ -1,4 +1,4 @@
steps:
pipeline:
buildweb:
group: build
image: node
@ -43,6 +43,5 @@ steps:
- s3cmd --configure --access_key=$LINODE_ACCESS_KEY --secret_key=$LINODE_SECRET_ACCESS_KEY --host=https://eu-central-1.linodeobjects.com --host-bucket="%(bucket)s.eu-central-1.linodeobjects.com" --dump-config > /root/.s3cfg
- s3cmd -c /root/.s3cfg sync --no-mime-magic --guess-mime-type dist/* s3://sso.tools
- 'curl -X POST -H "AccessKey: $BUNNY_KEY" https://api.bunny.net/pullzone/782714/purgeCache'
when:
branch: main
branches: main