Compare commits
No commits in common. "9f71bcfbfd7cb244ab87ca641969299401e2f386" and "c9dfebb6a75432841697f2c7334e7727152c010e" have entirely different histories.
9f71bcfbfd
...
c9dfebb6a7
2 changed files with 1 additions and 2 deletions
|
@ -19,7 +19,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- apk add curl ca-certificates zip
|
- apk add curl ca-certificates zip
|
||||||
- cd dist && zip -r ../deploy.zip * && cd ..
|
- cd dist && zip -r ../deploy.zip * && cd ..
|
||||||
- 'curl --fail -F file=@deploy.zip -H "Authorization: $DEPLOY_TOKEN" https://projects.ashhhleyyy.dev/chss'
|
- 'curl -F file=@deploy.zip -H "Authorization: $DEPLOY_TOKEN" https://projects.ashhhleyyy.dev/chss'
|
||||||
environment:
|
environment:
|
||||||
DEPLOY_TOKEN:
|
DEPLOY_TOKEN:
|
||||||
from_secret: deploy_token
|
from_secret: deploy_token
|
||||||
|
|
|
@ -4,5 +4,4 @@ import react from '@vitejs/plugin-react';
|
||||||
// https://vitejs.dev/config/
|
// https://vitejs.dev/config/
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [react()],
|
plugins: [react()],
|
||||||
base: '',
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue