Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update push-to-ec2.yaml
  • Loading branch information
joc22038 committed Jan 19, 2024
1 parent 906800d commit 3a7f58d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GitHub-Actions/push-to-ec2.yaml
Expand Up @@ -29,5 +29,7 @@ jobs:
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
# Usually set to "ec2-user"
REMOTE_USER: ${{ secrets.USERNAME }}
# Limit the deploy to ONLY these files
SOURCE: "HW02/*.html"
# Local EC2 path to deploy the code. e.g. "~/server"
TARGET: ${{ secrets.TARGET_DIR }}

0 comments on commit 3a7f58d

Please sign in to comment.