Add redeploy.sh to redeploy (#318)

This commit is contained in:
giongto35 2021-05-27 02:49:34 +08:00 committed by GitHub
parent 53e49c3634
commit e3e05bc460
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -27,3 +27,7 @@ jobs:
registry: docker.pkg.github.com
repository: ${{ github.REPOSITORY }}/cloud-game
- name: Redeploy
run: ./redeploy.sh

1
.github/workflows/redeploy.sh vendored Normal file
View file

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