Skip to content

Commit 318acd2

Browse files
authored
add new deployment script invocation to actions yml
1 parent 8b30af6 commit 318acd2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,7 @@ jobs:
4040
key: ${{ secrets.DROPLET_PRIVATE_KEY }}
4141
port: ${{ secrets.DROPLET_PORT }}
4242
script: |
43-
/opt/workroom/aws-build/aws-deploy.sh
43+
/opt/workroom/aws-build/init-deploy.sh
44+
/opt/workroom/aws-build/windows-deploy.sh
45+
/opt/workroom/aws-build/linux-deploy.sh
46+
/opt/workroom/aws-build/macos-deploy.sh

0 commit comments

Comments
 (0)