Skip to content

Commit ef1ff5b

Browse files
authored
Update containerize.yml
1 parent 3bc9070 commit ef1ff5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/containerize.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111

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

0 commit comments

Comments
 (0)