Skip to content

Commit

Permalink
Merge pull request #32 from ResilientApp/aunshx-patch-1
Browse files Browse the repository at this point in the history
Build/Update-aws.yml
  • Loading branch information
aunshx authored May 1, 2024
2 parents cf0aff7 + 4f99691 commit 8867428
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
node-version: '16.16.0'
cache: 'npm'

- name: Install Dependencies
run: npm install --force
# - name: Install Dependencies
# run: npm install --force

- name: Build
run: npm run build
# - name: Build
# run: npm run build

- name: Copy files to EC2
uses: appleboy/scp-action@master
Expand Down

0 comments on commit 8867428

Please sign in to comment.