Update docker-compose config location (#141)

This commit was merged in pull request #141.
This commit is contained in:
2020-10-23 10:37:55 +01:00
committed by GitHub
parent 23bf431c74
commit 80679499e1

View File

@@ -60,7 +60,7 @@ jobs:
- name: Update image on server - name: Update image on server
uses: garygrossgarten/github-action-ssh@release uses: garygrossgarten/github-action-ssh@release
with: with:
command: cd /docker/active/fhed && docker-compose pull && docker-compose up -d command: docker-compose -f /docker/active/fhed.yml -p fhed pull && docker-compose -f /docker/active/fhed.yml -p fhed up -d
host: ${{ secrets.SSH_HOST }} host: ${{ secrets.SSH_HOST }}
port: ${{ secrets.SSH_PORT }} port: ${{ secrets.SSH_PORT }}
username: ${{ secrets.SSH_USERNAME }} username: ${{ secrets.SSH_USERNAME }}