Skip to content

Commit

Permalink
test dev deployment from this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
helenb committed Dec 5, 2023
1 parent 4f22165 commit 4db38a8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: test secrets
run: echo $HEROKU_APP_NAME
# - name: 'deploy dev to heroku'
# run: |
# echo "Deploying to Heroku. To see progress, go to: https://dashboard.heroku.com/apps/$HEROKU_APP_NAME/activity"
# curl -sf -X POST -m 900 https://heroku-deploy.torchbox.com/$HEROKU_APP_NAME/$SHA?key=$DEPLOYMENT_KEY -d "Content-Length: 0"
- name: 'deploy dev to heroku'
run: |
echo "Deploying to Heroku. To see progress, go to: https://dashboard.heroku.com/apps/$HEROKU_APP_NAME/activity"
curl -sf -X POST -m 900 https://heroku-deploy.torchbox.com/$HEROKU_APP_NAME/$SHA?key=$DEPLOYMENT_KEY -d "Content-Length: 0"

0 comments on commit 4db38a8

Please sign in to comment.