mirror of
https://github.com/ivabus/www
synced 2024-11-22 19:15:05 +03:00
Fix staging destroys
This commit is contained in:
parent
8b6c022afd
commit
333d9cd59c
1 changed files with 4 additions and 0 deletions
4
.github/workflows/cleanup.yml
vendored
4
.github/workflows/cleanup.yml
vendored
|
@ -33,6 +33,10 @@ jobs:
|
||||||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||||
aws-region: us-east-1
|
aws-region: us-east-1
|
||||||
|
|
||||||
|
# Interestingly, `cdk` uses a hash of the directory path, and if it doesn't exist, it can't hash it.
|
||||||
|
- name: lol wut? don't look at this.
|
||||||
|
run: mkdir public
|
||||||
|
|
||||||
- name: destroy the stack on AWS
|
- name: destroy the stack on AWS
|
||||||
run: yarn destroy
|
run: yarn destroy
|
||||||
working-directory: .cdk
|
working-directory: .cdk
|
||||||
|
|
Loading…
Reference in a new issue