Skip to content

Commit 623f9e9

Browse files
chore: fix path typo on workflow file
1 parent c9022d7 commit 623f9e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
host: ${{ secrets.HOST }}
3939
username: ${{ secrets.USERNAME }}
4040
password: ${{ secrets.PASSWORD }}
41-
source: badging.tar
41+
source: badging-staging.tar
4242
target: ~/
4343

4444
- name: Extract and load image on droplet

0 commit comments

Comments
 (0)