Skip to content

Commit

Permalink
fix reset of state
Browse files Browse the repository at this point in the history
  • Loading branch information
malteish committed Jun 26, 2024
1 parent 25581d7 commit 4bfad1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
run: |
if [ $environment_name == "testing" ]; then
ssh -i ./ssh-key root@${{ vars.HOST_DOMAIN }} "\
cd /mnt/dm3_prod_volume/db && rm -r * || true; \"
cd /mnt/dm3_prod_volume/db && rm -r * || true"
fi
- name: Configure Firewall
run: |
Expand Down

0 comments on commit 4bfad1a

Please sign in to comment.