Skip to content

Commit

Permalink
ci: fix deploy workflow
Browse files Browse the repository at this point in the history
- update dependencies + variable git_remote_url
  • Loading branch information
sjdonado committed Apr 1, 2024
1 parent 60e4e62 commit de3591c
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Deploy to sjdonado.de
---
name: Deploy to donado.co

on:
push:
branches:
- master
workflow_run:
workflows: ['Playwright Tests']
types:
- completed

jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -14,5 +18,5 @@ jobs:
- name: Push to dokku
uses: dokku/github-action@master
with:
git_remote_url: 'ssh://[email protected]:22/remix-dashboard'
git_remote_url: ${{ secrets.GIT_REMOTE_URL }}
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}

0 comments on commit de3591c

Please sign in to comment.