Skip to content

Commit

Permalink
removed extra "
Browse files Browse the repository at this point in the history
  • Loading branch information
nheek committed Oct 24, 2024
1 parent 1c8bb1a commit 16cd9ad
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 @@ -59,4 +59,4 @@ jobs:
curl -H "Authorization: token ${{ secrets.PERSONAL_ACCESS_TOKEN }}" -O -L https://raw.githubusercontent.com/nheek/uppy/main/.sql_data/create_database.sql
cd ..
docker compose pull
docker compose up -d && curl -d ""uppy deployed succesfully 🚀" https://ntfy.nheek.com/${{ secrets.NTFY_TOPIC }}
docker compose up -d && curl -d "uppy deployed succesfully 🚀" https://ntfy.nheek.com/${{ secrets.NTFY_TOPIC }}

0 comments on commit 16cd9ad

Please sign in to comment.