Skip to content

Commit

Permalink
Merge pull request #554 from framework-one/deploy-action-4-3-2
Browse files Browse the repository at this point in the history
Configure deployment of 4.3.2 to website
  • Loading branch information
ddspringle committed Jun 6, 2024
2 parents 2f2c54a + 93c9eef commit 2f08144
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/deploy_4.3.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Deploy 4.3.2

on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]

workflow_dispatch:

jobs:
deploy:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Transfer files to fw1-4.3.2.mycfspace.org for manual review
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
with:
server: ${{ secrets.FTP_HOST_432 }}
username: ${{ secrets.FTP_USER_432 }}
password: ${{ secrets.FTP_PASSWORD_432 }}

0 comments on commit 2f08144

Please sign in to comment.