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 5ee3091 commit ccccef1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/webapp-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +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')
id: envdev
run: echo "environment=staging" >> $GITHUB_OUTPUT
- name: Set environment to staging
if: endsWith(github.ref, '/develop')
id: envdev
Expand Down

0 comments on commit ccccef1

Please sign in to comment.