* Add redeploy.sh to redeploy

* Add redeploy to workflow
This commit is contained in:
giongto35 2021-05-27 03:05:40 +08:00 committed by GitHub
parent e3e05bc460
commit eb10e203c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -29,5 +29,4 @@ jobs:
repository: ${{ github.REPOSITORY }}/cloud-game
- name: Redeploy
run: ./redeploy.sh
run: ./scripts/redeploy.sh

1
scripts/redeploy.sh vendored Normal file
View file

@ -0,0 +1 @@
echo "test"