Skip to content

Commit

Permalink
Merge pull request #404 from bastelfreak/secrets
Browse files Browse the repository at this point in the history
add secret for forge deployment via travis
  • Loading branch information
juniorsysadmin authored May 13, 2018
2 parents d7bdaca + f27e2cf commit f40c950
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .sync.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
.travis.yml:
secret: "D0l5n9nSaR4BTQ/fB95EWk0CuiSjLCaYDo6W5hesyaehBACbQqexEGBW2XLRlAIGz4QHgA6z87gu1Y7FMuot7xJXqgur4NU4pbrdzjz/gLuVPRxxWEmAp68yBwkwO2QoC3ISfzgRJjOMlTfAjM7dROpAoRPuNDMFGdAoC259ggA="
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ deploy:
provider: puppetforge
user: puppet
password:
secure: ""
secure: "D0l5n9nSaR4BTQ/fB95EWk0CuiSjLCaYDo6W5hesyaehBACbQqexEGBW2XLRlAIGz4QHgA6z87gu1Y7FMuot7xJXqgur4NU4pbrdzjz/gLuVPRxxWEmAp68yBwkwO2QoC3ISfzgRJjOMlTfAjM7dROpAoRPuNDMFGdAoC259ggA="
on:
tags: true
# all_branches is required to use tags
Expand Down

0 comments on commit f40c950

Please sign in to comment.