Skip to content

Commit 92e2264

Browse files
authored
Update cd.yml
1 parent b606a54 commit 92e2264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767
port: ${{ secrets.PORT }}
6868
script: |
6969
docker pull ${{ secrets.DOCKER_USER }}/kodaero:latest
70-
chmod +x ./deploy-dev.sh
71-
./deploy-dev.sh
70+
chmod +x ./deploy.sh dev
71+
./deploy.sh dev
7272
docker image prune -f

0 commit comments

Comments
 (0)