Skip to content

Commit

Permalink
cd debug
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMaster482 committed Nov 9, 2023
1 parent 11449ba commit 4671856
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ jobs:
needs: push_to_dockerhub

steps:
- name: Debugging
run: |
ls -l docker-compose.yml
ls -l cmd/api/init/db/postgresql/schema/initdb.sql
tar -zcvf /tmp/debug.tar.gz docker-compose.yml cmd/api/init/db/postgresql/schema/initdb.sql
- name: Deploy docker-compose via SSH action
uses: appleboy/[email protected]
with:
Expand Down

0 comments on commit 4671856

Please sign in to comment.