Skip to content

Commit

Permalink
Update webapp-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jjavieralv authored Dec 18, 2024
1 parent 731c16c commit 1dfed54
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/webapp-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,10 @@ jobs:
outputs:
environment: ${{ steps.envdev.outputs.environment }}${{ steps.envprod.outputs.environment }}
steps:
- name: Set environment to TESTING REMOVE THIS
if: endsWith(github.ref, '/fleek-fixes')
- name: Set environment to staging
if: endsWith(github.ref, '/develop')
id: envdev
run: echo "environment=staging" >> $GITHUB_OUTPUT
#- name: Set environment to staging
# if: endsWith(github.ref, '/develop')
# id: envdev
# run: echo "environment=staging" >> $GITHUB_OUTPUT
- name: Set environment to prod
if: endsWith(github.ref, '/main')
id: envprod
Expand Down

0 comments on commit 1dfed54

Please sign in to comment.