We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bc9070 commit ef1ff5bCopy full SHA for ef1ff5b
.github/workflows/containerize.yml
@@ -11,8 +11,8 @@ jobs:
11
12
steps:
13
- uses: actions/checkout@v1
14
- - name: Install dependencies
15
- 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
16
- name: Build
17
run: docker build -t juffalow/react-relay-example .
18
- name: Push image to Digital Ocean Container Registry
0 commit comments