Skip to content

Commit

Permalink
Fix action (#9)
Browse files Browse the repository at this point in the history
* create deployment workflow

* Update deploy.yaml

* add test command

* Update deploy.yaml
  • Loading branch information
dbut2 authored Sep 8, 2022
1 parent dd77321 commit 22b6527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
docker push ${{ env.IMAGE_NAME }}:${{ github.sha }}
deploy-test:
if: github.event.comment.body = '/test'
if: github.event.comment.body == '/test'
runs-on: ubuntu-latest
env:
ENV: test
Expand Down

0 comments on commit 22b6527

Please sign in to comment.