Use fakelog.cf environment in deploy workflow
This commit is contained in:
parent
1abf8dafee
commit
844765e769
1 changed files with 1 additions and 2 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
@ -7,10 +7,9 @@ on:
|
|||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
environment: fakelog.cf
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: alex-ac/github-action-ssh-docker-compose@master
|
||||
name: Docker-Compose Remote Deployment
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue