Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zazzscoot authored Nov 12, 2024
1 parent 295eb52 commit e35f2c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
overwrite: true
# scp-action doesn't obey working-directory, runs at repo root
source: "hackathon_site/static/"
target: "/usr/src/${{ env.IMAGE_NAME }}"
target: "/usr/src/ieeeuoft/aws-hacks-2024"
strip_components: 1
- name: Set up SSH
run: |
Expand All @@ -121,7 +121,7 @@ jobs:
overwrite: true
# scp-action doesn't obey working-directory, runs at repo root
source: "hackathon_site/dashboard/frontend/build/"
target: "/usr/src/${{ env.IMAGE_NAME }}"
target: "/usr/src/ieeeuoft/aws-hacks-2024"
strip_components: 3
- name: Bring up deployment
env:
Expand Down

0 comments on commit e35f2c1

Please sign in to comment.