Skip to content

Commit

Permalink
Adding changes to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Frnn4268 committed May 29, 2024
1 parent 56f5e1f commit efdcb7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:

# Deploy to remote host via SSH
- name: Deploy to Remote Server
working-directory: public
run: |
echo "====== Deploy to production server ======"
echo "====== Sync local and remote directory ======"
Expand Down Expand Up @@ -94,6 +95,7 @@ jobs:

# Deploy to remote host via SSH
- name: Deploy to Remote Server
working-directory: public
run: |
echo "====== Deploy to production server ======"
echo "====== Sync local and remote directory ======"
Expand Down

0 comments on commit efdcb7d

Please sign in to comment.