Skip to content

Commit

Permalink
Update deploy-ec2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cybermazi authored Oct 7, 2024
1 parent b833f5b commit 66c6c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
REMOTE_HOST: ${{ secrets.HOST_DNS }}
REMOTE_USER: ${{ secrets.USERNAME }}
TARGET: ~/my-node-app # Deploying to the specified app directory
SOURCE: ./my-node-app/ # Path of the files you want to deploy
SOURCE: ./ # Path of the files you want to deploy

# Run the new Docker container
- name: Run Docker container
Expand Down

0 comments on commit 66c6c07

Please sign in to comment.