Skip to content

Commit

Permalink
fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
crlssn committed Nov 13, 2024
1 parent b319cc0 commit 4508530
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/deploy/web-app/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@ runs:

- name: Install dependencies
run: npm install
shell: bash

- name: Build the Vue.js project
run: npm run build
shell: bash

- name: Deploy to S3
shell: bash
env:
AWS_ACCESS_KEY_ID: ${{ inputs.aws_access_key_id }}
AWS_SECRET_ACCESS_KEY: ${{ inputs.aws_secret_access_key }}
Expand Down

0 comments on commit 4508530

Please sign in to comment.