mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 10:35:44 +00:00
Cd flow (#319)
* Add redeploy.sh to redeploy * Add redeploy to workflow
This commit is contained in:
parent
e3e05bc460
commit
eb10e203c9
2 changed files with 2 additions and 2 deletions
3
.github/workflows/docker_publish.yml
vendored
3
.github/workflows/docker_publish.yml
vendored
|
|
@ -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
1
scripts/redeploy.sh
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
echo "test"
|
||||
Loading…
Add table
Add a link
Reference in a new issue