Skip to content

Commit 745f5e0

Browse files
committed
fix(gh-actions): 🐛 Added checkout
Added checkout step so appleboy/scp-action can access the docker compose file
1 parent 5140234 commit 745f5e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-infra.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
echo "Generated filename: $filename"
2424
echo "COMPOSE_FILENAME=$filename" >> $GITHUB_ENV
2525
26-
- name: Debug secret name
27-
run: |
28-
echo "secret name : ${{ inputs.secret_name }}"
26+
- name: Checkout Code
27+
uses: actions/checkout@v4
28+
2929

3030
- name: Transfer Compose File to Server
3131
uses: appleboy/[email protected]

0 commit comments

Comments
 (0)