Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
daronenko committed Dec 17, 2024
1 parent fb8c326 commit 0e10bd8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ jobs:
with:
fetch-depth: 0

- name: Clear target directory
uses: appleboy/[email protected]
with:
host: 185.241.194.24
username: ubuntu
key: ${{ secrets.PRIVATE_KEY }}
script: |
rm -rf /home/ubuntu/nova-music/backend/internal/db/postgres/migrations/*
# - name: Clear target directory
# uses: appleboy/[email protected]
# with:
# host: 185.241.194.24
# username: ubuntu
# key: ${{ secrets.PRIVATE_KEY }}
# script: |
# rm -rf /home/ubuntu/nova-music/backend/internal/db/postgres/migrations/*

- name: Copy migration files to server
uses: appleboy/[email protected]
Expand Down

0 comments on commit 0e10bd8

Please sign in to comment.