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 ccccef1 commit 9f41a46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/webapp-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
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
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 9f41a46

Please sign in to comment.