Skip to content

Commit

Permalink
Link the deploy job to the GHA main environment
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Feb 8, 2024
1 parent bd6b198 commit 7be6306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ jobs:
publish-scaleway:
name: Deploy to Scaleway
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
environment: production
runs-on: ubuntu-latest
needs: publish-docker
steps:
Expand Down

0 comments on commit 7be6306

Please sign in to comment.