Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiosuramin committed Apr 27, 2024
1 parent 65ca93c commit ac3a91a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '19.x'

- name: use cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
node_modules
Expand All @@ -54,7 +54,7 @@ jobs:

- name: Copy Artifact
run: |
scp -o StrictHostKeyChecking=no -i '${{ secrets.PRIVATE_KEY }}' -r ./.next/* [email protected]:~/.next
scp -o StrictHostKeyChecking=no -i '${{ secrets.PRIVATE_KEY }}' -r ./.next/* ${{ secrets.USER }}:~/.next
# - name: Deploy to EC2 instance
# run: |
Expand Down

0 comments on commit ac3a91a

Please sign in to comment.