Skip to content

Commit 89d896e

Browse files
committed
fix bad builder script
1 parent 45dc449 commit 89d896e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
key: ${{ secrets.SSH_KEY }}
1111
port: ${{ secrets.SSH_PORT }}
1212
script: |
13+
cd ~/projects/pythonista-bot/
1314
docker compose pull bot
1415
docker compose up --build -d
1516
username: ${{ secrets.SSH_USER }}

0 commit comments

Comments
 (0)