2 Commits

Author SHA1 Message Date
80679499e1 Update docker-compose config location (#141) 2020-10-23 10:37:55 +01:00
renovate[bot]
23bf431c74 Update actions/stale action to v3 (#139)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-23 10:27:16 +01:00
2 changed files with 2 additions and 2 deletions

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 }}

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/stale@v1 - uses: actions/stale@v3
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue has been marked as stale due to inactivity. If this issue is still ongoing, please leave a comment.' stale-issue-message: 'This issue has been marked as stale due to inactivity. If this issue is still ongoing, please leave a comment.'