Skip to content

Commit

Permalink
ci: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
killmenot committed Apr 17, 2024
1 parent 5e706f8 commit f84fb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build-and-push:
name: "Build and push docker image"
runs-on: ubuntu-latest
environment: $([[ '${{ github.event.action }}' == 'prereleased' ]] && 'staging' || 'production')
environment: ${{ github.event.action == 'prereleased' && 'staging' || 'production' }}
steps:
- name: Print variables
run: echo "${{ toJSON(vars)}}"
Expand Down

0 comments on commit f84fb1a

Please sign in to comment.