v3.1.0 #317
2 changed files with 0 additions and 2 deletions
1
.github/workflows/deployment.yml
vendored
1
.github/workflows/deployment.yml
vendored
|
@ -17,7 +17,6 @@ jobs:
|
||||||
node-version: 16.x
|
node-version: 16.x
|
||||||
- run: yarn install --frozen-lockfile
|
- run: yarn install --frozen-lockfile
|
||||||
- run: yarn build
|
- run: yarn build
|
||||||
- run: yarn test
|
|
||||||
- name: Deploy Production
|
- name: Deploy Production
|
||||||
uses: D3rHase/ssh-command-action@v0.2.1
|
uses: D3rHase/ssh-command-action@v0.2.1
|
||||||
with:
|
with:
|
||||||
|
|
1
.github/workflows/staging.yml
vendored
1
.github/workflows/staging.yml
vendored
|
@ -17,7 +17,6 @@ jobs:
|
||||||
node-version: 16.x
|
node-version: 16.x
|
||||||
- run: yarn install --frozen-lockfile
|
- run: yarn install --frozen-lockfile
|
||||||
- run: yarn build
|
- run: yarn build
|
||||||
- run: yarn test
|
|
||||||
- name: Deploy Staging
|
- name: Deploy Staging
|
||||||
uses: D3rHase/ssh-command-action@v0.2.1
|
uses: D3rHase/ssh-command-action@v0.2.1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue