Skip to content

Commit

Permalink
ssh should be its own step
Browse files Browse the repository at this point in the history
  • Loading branch information
KTachibanaM committed Feb 6, 2024
1 parent c6c0b1f commit c0fa654
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@ jobs:
with:
authkey: ${{ secrets.TS_AUTHKEY }}
version: 1.58.2
- name: Pull and restart latest container
run: |
ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null "ubuntu@ktcorp" "cd /home/ubuntu/rss-lambda && docker compose pull && docker compose up -d"

0 comments on commit c0fa654

Please sign in to comment.