forgot-resolver-patch
Some checks failed
deploy / deploy (push) Failing after 5s

This commit is contained in:
2024-02-08 19:18:31 +03:00
parent 02deafa879
commit 19f5e7e174
2 changed files with 12 additions and 6 deletions

View File

@@ -4,12 +4,8 @@ on: [push]
jobs:
deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/mailgun'
steps:
- name: Cloning repo
uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/checkout@v3
- name: Get Repo Name
id: repo_name
@@ -24,4 +20,4 @@ jobs:
with:
branch: 'main'
git_remote_url: 'ssh://dokku@v2.discours.io:22/authorizer'
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}