Skip to content

Commit

Permalink
fix: Use deployment url from autodevops action
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens committed Sep 20, 2021
1 parent e10e114 commit 3ec3a52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: production
url: https://standup.fabrique.social.gouv.fr/
url: ${{ steps.autodevops.outputs.url }}
steps:

- name: Get project name
Expand All @@ -25,6 +25,7 @@ jobs:
- name: Use autodevops to deploy production
uses: SocialGouv/actions/autodevops@v1
id: autodevops
with:
environment: prod
project: ${{ env.project }}
Expand Down

0 comments on commit 3ec3a52

Please sign in to comment.