Skip to content

Commit

Permalink
Remove devilbox file, update workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
joeke committed Jul 18, 2024
1 parent 32c93af commit 50e4fe6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 182 deletions.
176 changes: 0 additions & 176 deletions .docker/devilbox/nginx.yml

This file was deleted.

17 changes: 11 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,18 @@ jobs:
run: npm run build

- name: Deploy files
uses: pressidium/lftp-mirror-action@v1
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
with:
host: 141.138.138.119
user: ${{ secrets.ssh_username }}
pass: ${{ secrets.ssh_password }}
remoteDir: '/home/pool_joeke_dev/htdocs'
parallel: 2
server: sftp://141.138.138.119
username: ${{ secrets.ssh_username }}
password: ${{ secrets.ssh_password }}
port: 22
server-dir: '/home/pool_joeke_dev/htdocs'
log-level: 'minimal'
exclude: |
**/.git*
**/.git*/**
node_modules
- name: Run Laravel migrations
uses: appleboy/ssh-action@v1.0.3
Expand Down

0 comments on commit 50e4fe6

Please sign in to comment.