Skip to content

Commit

Permalink
go out of .sql_data first before running
Browse files Browse the repository at this point in the history
  • Loading branch information
nheek committed Oct 24, 2024
1 parent fc2fba5 commit 1c8bb1a
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 @@ -57,6 +57,6 @@ jobs:
mkdir .sql_data
cd .sql_data
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 }}

0 comments on commit 1c8bb1a

Please sign in to comment.