Skip to content

Commit

Permalink
Merge pull request #33 from fga-eps-mds/feature/84-ambiente-producao
Browse files Browse the repository at this point in the history
Arrumando Travis file
  • Loading branch information
byronkamal authored Nov 10, 2019
2 parents 35797a7 + 6901bed commit b2835fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
sudo: required

language:
- node_js

node_js:
- 10

sudo: required

services:
- docker

Expand Down Expand Up @@ -53,6 +53,7 @@ jobs:
- stage: "Deploy prod"
name: "Deploy prod"
if: branch = master
script:
# build docker image
- docker build -t gymnasteg2019/frontend:prod .

Expand Down

0 comments on commit b2835fe

Please sign in to comment.