Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanReumy committed Jun 13, 2022
1 parent ee02d82 commit a9d41e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish And Deploy Demo
name: deploy
on:
push:
# tags:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: |
cd /usr/share/nginx/Vue-Fiction
cd /usr/share/nginx/Vue3-Fiction
git pull
yarn
yarn run build

0 comments on commit a9d41e8

Please sign in to comment.