Skip to content

Commit

Permalink
👷 Add URL to environments
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonypillot committed Oct 13, 2022
1 parent 934ecf2 commit 49868e6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/onPushMainPrMain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ jobs:

needs: push

environment: pre-production # refer to https://github.com/size-up/docs/settings/environments
environment:
name: pre-production # refer to https://github.com/size-up/docs/settings/environments
url: https://prep.docs.sizeup.cloud

steps:
- name: 🚀 Deploy latest to pre-production
Expand All @@ -160,7 +162,9 @@ jobs:

if: ${{ needs.release.outputs.version }} # deploy only if there is a new published version

environment: production # refer to https://github.com/size-up/docs/settings/environments
environment:
name: production # refer to https://github.com/size-up/docs/settings/environments
url: https://docs.sizeup.cloud

steps:
- name: ⚙️ Set tag image
Expand Down

0 comments on commit 49868e6

Please sign in to comment.