Skip to content

Commit

Permalink
chore: Update CICD.yml to include dev and prod environment URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
talaman committed May 25, 2024
1 parent 732f833 commit 29183da
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
!app/dist/**/*.md
deploy-dev:
name: 🎉 Deploy dev
environment: dev
environment:
name: dev
url: https://me-native-dev.talaman.info/
needs: publish-artifact
runs-on: ubuntu-latest
steps:
Expand All @@ -65,7 +67,9 @@ jobs:

deploy-prod:
name: 🚀 Deploy prod
environment: prod
environment:
name: prod
url: https://me-native.talaman.info/
needs: deploy-dev
if: github.ref_name == 'main'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 29183da

Please sign in to comment.