Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SweetCapitan authored Dec 26, 2021
1 parent 62c10b2 commit 7236f59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ jobs:
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
script: docker ps
script: |
docker pull $LOGIN/$NAME:${GITHUB_REF:11}
docker compose up

0 comments on commit 7236f59

Please sign in to comment.