|
@@ -33,7 +33,7 @@ jobs:
|
|
|
steps:
|
|
|
- uses: actions/checkout@v3
|
|
|
- name: Build locally
|
|
|
- run: yarn build:syncing-server
|
|
|
+ run: yarn build
|
|
|
- name: Configure AWS credentials
|
|
|
uses: aws-actions/configure-aws-credentials@v1
|
|
|
with:
|
|
@@ -63,7 +63,7 @@ jobs:
|
|
|
steps:
|
|
|
- uses: actions/checkout@v3
|
|
|
- name: Build locally
|
|
|
- run: yarn build:syncing-server
|
|
|
+ run: yarn build
|
|
|
- name: Login to Docker Hub
|
|
|
uses: docker/login-action@v2
|
|
|
with:
|