Skip to content

Commit

Permalink
Reactivate most of the deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Jun 3, 2024
1 parent c2214fa commit cb4d576
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
- integration-test
- build-docker-image

if: needs.should-deploy.outputs.should-run == 'true' && false # Deactivate this task to have successfull outcomes until re-deploying decision
if: needs.should-deploy.outputs.should-run == 'true'

steps:
- name: Login to GitHub Container Registry
Expand Down Expand Up @@ -223,7 +223,8 @@ jobs:
# a
#
# turns into `{ "foo": "a\n a" }` !
run: >-
curl -X POST https://deploy.altlab.dev/itwewina --fail
-d '{ "secret": "${{ secrets.DEPLOY_ALTLAB_DEV_ITWEWINA_KEY }}" }'
-H 'Content-Type: application/json'
# run: >-
# curl -X POST https://deploy.altlab.dev/itwewina --fail
# -d '{ "secret": "${{ secrets.DEPLOY_ALTLAB_DEV_ITWEWINA_KEY }}" }'
# -H 'Content-Type: application/json'
run: echo "This step has been temporarily disabled, call the deploy script."

0 comments on commit cb4d576

Please sign in to comment.