Skip to content

Commit

Permalink
Update GH Actions deploy route
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpetros committed Apr 19, 2024
1 parent 1b30134 commit ce1805f
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 @@ -10,6 +10,6 @@ jobs:
steps:
- name: Run deploy
shell: bash
run: curl -X POST --data "key=$DEPLOY_SECRET" wemakeinter.net/deploy.php
run: curl -X POST --data "key=$DEPLOY_SECRET" dev.wemakeinter.net/deploy.php
env:
DEPLOY_SECRET: ${{secrets.DEPLOY_SECRET}}

0 comments on commit ce1805f

Please sign in to comment.