Skip to content

Commit

Permalink
Update workflow for new server
Browse files Browse the repository at this point in the history
  • Loading branch information
joeke committed Jul 18, 2024
1 parent 18a4c90 commit 085dce8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ jobs:
- name: Deploy files
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
with:
server: 149.210.213.94
username: pool@joeke.dev
password: ${{ secrets.ftp_password }}
server: 141.138.138.119
username: ${{ secrets.ssh_username }}
password: ${{ secrets.ssh_password }}
port: 22
log-level: 'minimal'
exclude: |
**/.git*
Expand All @@ -62,7 +63,7 @@ jobs:
- name: Run Laravel migrations
uses: appleboy/ssh-action@v1.0.3
with:
host: 149.210.213.94
host: 141.138.138.119
username: ${{ secrets.ssh_username }}
password: ${{ secrets.ssh_password }}
script: cd ~/domains/pool.joeke.dev && /usr/local/php82/bin/php artisan migrate --force

0 comments on commit 085dce8

Please sign in to comment.