diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c8bc841..ff4ec03 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,6 +10,9 @@ on: branches: - main +env: + DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }} + jobs: deploy: runs-on: ubuntu-24.04 diff --git a/config/deploy.yml b/config/deploy.yml index fc32fb1..d416e7b 100644 --- a/config/deploy.yml +++ b/config/deploy.yml @@ -4,7 +4,7 @@ image: lrajhhbgjtvv/emushafnet servers: web: - - emushaf.net + - <%= ENV['DEPLOY_HOST'] %> proxy: hosts: - emushaf.net