Compare commits
2 Commits
6e21ebf600
...
b06757fb03
Author | SHA1 | Date | |
---|---|---|---|
b06757fb03 | |||
cc3d279228 |
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*.sw*
|
||||
.DS_Store
|
@ -1,4 +1,4 @@
|
||||
pipeline:
|
||||
steps:
|
||||
buildweb:
|
||||
group: build
|
||||
image: node
|
||||
@ -43,5 +43,6 @@ pipeline:
|
||||
- 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'
|
||||
|
||||
branches: main
|
||||
|
||||
when:
|
||||
branch: main
|
||||
|
Loading…
Reference in New Issue
Block a user