Skip to content

Commit

Permalink
Update deploy-staging.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leightkt authored Oct 6, 2023
1 parent 22294af commit 030a75e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.13.1
node-version: 16.18.1
- run: yarn w3o-latest-alpha
- run: yarn build-staging
env:
Expand Down Expand Up @@ -48,4 +48,4 @@ jobs:
target: "reactdemo-staging"
# Moves content from build folder out so you dont end up with reactdemo-staging/build/...
strip_components: 1
- run: ssh deploy "sh /home/ubuntu/move.sh reactdemo-staging"
- run: ssh deploy "sh /home/ubuntu/move.sh reactdemo-staging"

0 comments on commit 030a75e

Please sign in to comment.