Skip to content

Commit

Permalink
Used cd ~/
Browse files Browse the repository at this point in the history
  • Loading branch information
kumankai committed Aug 8, 2024
1 parent f86a97c commit ae6b567
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 @@ -32,8 +32,8 @@ jobs:
run: ssh my-vps '~/redeploy-site.sh'

- name: "Deployment Successful"
working-directory: .
run: |
cd ~/
docker compose ps
curl -s -X POST "${{ secrets.DISCORD_WEBHOOK }}" -d "content=🚀 Deployment Successful"
Expand Down

0 comments on commit ae6b567

Please sign in to comment.