Skip to content

Commit

Permalink
Update containerize.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juffalow committed Jan 7, 2021
1 parent 3bc9070 commit ef1ff5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/containerize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: yarn install
- name: Create config file
run: sed "s|http://localhost:3013/graphql|https://graphql.juffalow.com/graphql|g" ./src/config.example.ts > ./src/config.ts
- name: Build
run: docker build -t juffalow/react-relay-example .
- name: Push image to Digital Ocean Container Registry
Expand Down

0 comments on commit ef1ff5b

Please sign in to comment.