Skip to content

Commit

Permalink
�fix: web-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dongchandev authored Oct 14, 2024
1 parent 82adb07 commit 87deed5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/web-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
- name: Install Dependencies
run: npm install

- name: Build Project
run: npm run build

- name: Decode Config Secret
id: decode-config
run: |
echo "${{ github.event.client_payload.config_secret }}" | base64 --decode > ./src/lib/axios/config.json
- name: Build Project
run: npm run build

- name: Create Destination Directory If Not Exists
run: |
ssh -i ${{ secrets.SERVER_SSH_KEY }} ${{ secrets.EC2_USER }}@${{ secrets.EC2_HOST }} \
Expand Down

0 comments on commit 87deed5

Please sign in to comment.