Skip to content

Commit

Permalink
fix(ci): generate user-vars.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBellyDev committed Feb 10, 2021
1 parent aefb950 commit 73f41c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ prepare:production:
- 'echo "gitlab_access_token: \"${GITLAB_ACCESS_TOKEN_API}\"" >> user-vars.yml'
- 'echo "telegram_token: \"${TELEGRAM_TOKEN}\"" >> user-vars.yml'
- 'echo "telegram_chat_id: \"${TELEGRAM_CHAT_ID}\"" >> user-vars.yml'
- less user-vars.yml
- cat user-vars.yml


deploy:staging:
Expand Down

0 comments on commit 73f41c5

Please sign in to comment.