Skip to content

Commit

Permalink
Try to get Scaleway staging deploy running...
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Aug 19, 2024
1 parent 9622de0 commit 526c142
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,8 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

publish-scaleway:
name: Deploy to Scaleway ${{ vars.GHA_DEPLOY_ENV_NAME }}
if: github.event_name == 'push' && vars.GHA_DEPLOY_ENV_NAME
environment: production
name: Deploy to Scaleway
environment: ${{ github.ref == 'refs/heads/main' && 'production' || github.ref == 'refs/heads/next' && 'staging' || 'no-environment-deploy-skipped' }}
runs-on: ubuntu-latest
needs: publish-docker
steps:
Expand Down

0 comments on commit 526c142

Please sign in to comment.