Skip to content

Commit

Permalink
hehehe
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlehoangson committed Jun 5, 2024
1 parent 4c1c58a commit 605e1b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
port: 22
key: ${{ secrets.SSH_PRIVATE_KEY }}
source: "docker-compose.yml"
target: 'project'
target: 'project' #path project

- name: Deploy to server
env:
Expand All @@ -75,6 +75,7 @@ jobs:
chmod -R 600 ssh_key
ssh -i ssh_key -o StrictHostKeyChecking=no $USERNAME@$HOST '
docker login --username ${{ secrets.DOCKER_USERNAME }} --password-stdin ${{ secrets.DOCKER_PASSWORD }} &&
pwd
cd project
pwd
docker compose pull &&
Expand Down

0 comments on commit 605e1b8

Please sign in to comment.