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 9433b58 commit 67a1fc2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ jobs:
run: |
echo "${SSH_PRIVATE_KEY}" > ssh_key
chmod -R 600 ssh_key
# ssh -i ssh_key -o StrictHostKeyChecking=no $USERNAME@$HOST '
# mkdir -p project
# scp docker-compose.yml $USERNAME@$HOST:/project
# '
ssh -i ssh_key -o StrictHostKeyChecking=no $USERNAME@$HOST '
docker login --username ${{ secrets.DOCKER_USERNAME }} --password-stdin ${{ secrets.DOCKER_PASSWORD }} &&
cd /project
Expand Down

0 comments on commit 67a1fc2

Please sign in to comment.