Skip to content

Commit

Permalink
Thanks to Carla Iriberri
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Hendry committed Feb 12, 2019
1 parent 1974952 commit 72deead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ deploy:
# demo
- provider: script
script:
AWS_ACCESS_KEY_ID=$AWS_915001051872_ID AWS_SECRET_ACCESS_KEY=$AWS_915001051872_SECRET cd web && make demo
cd web && AWS_ACCESS_KEY_ID=$AWS_915001051872_ID AWS_SECRET_ACCESS_KEY=$AWS_915001051872_SECRET make demo
skip_cleanup: true
on:
tags: true
# production
- provider: script
script:
AWS_ACCESS_KEY_ID=$AWS_192458993663_ID AWS_SECRET_ACCESS_KEY=$AWS_192458993663_SECRET cd web && make prod
cd web && AWS_ACCESS_KEY_ID=$AWS_192458993663_ID AWS_SECRET_ACCESS_KEY=$AWS_192458993663_SECRET make prod
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit 72deead

Please sign in to comment.