Skip to content

Commit

Permalink
remove deploy stage
Browse files Browse the repository at this point in the history
  • Loading branch information
darey-io committed Nov 24, 2023
1 parent ba4b9cf commit 4b8327e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deployment_reusable_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ jobs:
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
run: terraform apply -auto-approve

- name: Run the deployment script
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
run: make deploy
# - name: Run the deployment script
# if: github.ref == 'refs/heads/main' && github.event_name == 'push'
# run: make deploy

0 comments on commit 4b8327e

Please sign in to comment.