Skip to content

Commit

Permalink
test: sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
EOTAEGYU committed Oct 11, 2024
1 parent ea95e89 commit d708f7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ jobs:
key: ${{ secrets.GCP_SSH_PRIVATE_KEY }}
port: 22
script: |
docker pull eotaegyu/keynote.app:latest
docker-compose down
docker-compose up -d
sudo docker pull eotaegyu/keynote.app:latest
sudo docker-compose down
sudo docker-compose up -d

0 comments on commit d708f7d

Please sign in to comment.