Skip to content

Commit

Permalink
Create deploy-env-public.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
circuscode committed Mar 25, 2023
1 parent 95e81ea commit 8675dd1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/deploy-env-public.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
on:
push:
branches:
- master
name: Deploy@Public
jobs:
web-deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Get latest code
uses: actions/checkout@v3
- name: FTP Deploy
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
with:
server: unmus.de
username: ${{ secrets.FTP_USER_GITHUBDEPLOY }}
password: ${{ secrets.FTP_PASSWORD_GITHUBDEPLOY }}
protocol: ftp
server-dir: unmus/public/wordpress/wp-content/plugins/tootpress/
exclude: |
**/.git*
**/.git*/**
readme.md
LICENSE

0 comments on commit 8675dd1

Please sign in to comment.