mirror of
https://github.com/modelec/modelec.club.git
synced 2026-01-18 16:37:30 +01:00
Update deploy.yml
This commit is contained in:
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@@ -25,7 +25,6 @@ jobs:
|
||||
run: |
|
||||
npm ci
|
||||
npm run build
|
||||
cp config/.htaccess dist/.htaccess
|
||||
|
||||
- name: Copy build directory to server
|
||||
uses: Dylan700/sftp-upload-action@v1.2.3
|
||||
@@ -35,4 +34,4 @@ jobs:
|
||||
password: ${{ secrets.SERVER_PASSWORD }}
|
||||
port: ${{ secrets.SERVER_PORT }}
|
||||
uploads: |
|
||||
./dist => /var/www/modelec.club
|
||||
./dist => /var/www/modelec.club
|
||||
|
||||
Reference in New Issue
Block a user