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 73f41c5 commit 7bd6365
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ 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'
- cat user-vars.yml


deploy:staging:
Expand Down
2 changes: 1 addition & 1 deletion ansible-deploy/user-vars.yml.dist
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
gitlab_access_token: "XXXXXXXXXX" # You can find it here: https://gitlab.com/-/profile/personal_access_tokens
telegram_token: "9999999:XXXXXXXXXXXXXXXXXXXXXXX"
telegram_chat_id: "000000"
telegram_chat_id: "-000000"

0 comments on commit 7bd6365

Please sign in to comment.