Skip to content

Commit

Permalink
Seems like we're ready to test the script for real.
Browse files Browse the repository at this point in the history
  • Loading branch information
LswaN58 committed May 1, 2024
1 parent b4a8a71 commit 7aa1808
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/website_branch_del_clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
chmod 600 ./key.txt
- name: Remove branch folder
# run: ssh -o StrictHostKeyChecking=no -t -i ./key.txt ${{ secrets.CLEAN_USER }}@${{ env.TARGET_HOST }} "rm -r ${{ env.TARGET_PATH }}"
run: echo "Here we would run an rm on ${{ env.TARGET_PATH }}"
run: ssh -o StrictHostKeyChecking=no -t -i ./key.txt ${{ secrets.CLEAN_USER }}@${{ env.TARGET_HOST }} "rm -r ${{ env.TARGET_PATH }}"

- name: Announce cleanup
run: echo "Removed branch deploy at ${{ env.TARGET_URL }}"
Expand Down

0 comments on commit 7aa1808

Please sign in to comment.