Skip to content

Commit

Permalink
ci(prod): deploy to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
kmussel committed Jul 7, 2020
1 parent 8464aa0 commit f170fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
if: github.event_name == 'release'
run: |
echo "::set-env name=VERSION::${{ github.event.release.tag_name }}"
echo "::set-env name=TARGET::staging"
echo "::set-env name=TARGET::prod"
- name: Set commit version info
if: github.event_name == 'push'
Expand Down

0 comments on commit f170fa0

Please sign in to comment.