Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ezcolin2 authored Nov 21, 2024
1 parent 42e1077 commit fc7298c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ jobs:
key: ${{ secrets.REMOTE_PRIVATE_KEY }}
source: ./.env
target: /home/root/app/octodocs/apps/frontend
# yarn build
- name: yarn build
env:
REMOTE_HOST: ${{ secrets.REMOTE_DEV_IP }}
REMOTE_USER: ${{ secrets.REMOTE_USER }}
SSH_KEY: ${{ secrets.REMOTE_PRIVATE_KEY }}
run: |
ssh -o StrictHostKeyChecking=no $REMOTE_USER@$REMOTE_HOST "yarn build"
# yarn start
- name: yarn start
env:
Expand Down

0 comments on commit fc7298c

Please sign in to comment.