Skip to content

Commit

Permalink
Fix copy/paste mistake
Browse files Browse the repository at this point in the history
Refs 32d5866
  • Loading branch information
thewilkybarkid committed Jun 19, 2024
1 parent 32d5866 commit 766b2c2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,12 @@ jobs:
run: docker push ${{ steps.image.outputs.image }}

deploy:
name: 'Deploy (${{ matrix.instance }})'
name: 'Deploy'
runs-on: ubuntu-22.04
timeout-minutes: 30
if: github.ref == 'refs/heads/main'
needs:
- push
strategy:
fail-fast: false
matrix:
instance: ['prod', 'sandbox']

steps:
- name: 'Checkout code'
Expand Down

0 comments on commit 766b2c2

Please sign in to comment.