Skip to content

Commit

Permalink
chore: fix path typo on workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
DesmondSanctity committed Sep 27, 2024
1 parent c9022d7 commit 623f9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
source: badging.tar
source: badging-staging.tar
target: ~/

- name: Extract and load image on droplet
Expand Down

0 comments on commit 623f9e9

Please sign in to comment.