Skip to content

Deploy Nginx Reverse Proxy Config #11

Deploy Nginx Reverse Proxy Config

Deploy Nginx Reverse Proxy Config #11

Workflow file for this run

name: Deploy Nginx Reverse Proxy Config
on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
tags:
description: 'Test scenario tags'
required: false
type: boolean
environment:
description: 'Environment to run tests against'
type: environment
required: false
jobs:
deploy-nginx:
name: Deploy Nginx Reverse Proxy Config
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: copy file via ssh password
uses: appleboy/[email protected]
with:
host: ${{ secrets.REMOTE_HOST }}
username: ${{ secrets.REMOTE_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: ${{ secrets.PORT }}
source: "deploy/webserver/proxy/test.gallowhead.com.conf"
target: /etc/nginx/sites-enabled/test.gallowhead.com.conf