maint: remove github workflows
This commit is contained in:
parent
76df992adb
commit
a04af0a12b
1 changed files with 0 additions and 25 deletions
25
.github/workflows/cicd.yml
vendored
25
.github/workflows/cicd.yml
vendored
|
@ -1,25 +0,0 @@
|
||||||
name: ci-cd
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
deploy:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
if: github.ref == 'refs/heads/main'
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
- name: deploy to dokku instance
|
|
||||||
uses: idoberko2/dokku-deploy-github-action@v1
|
|
||||||
with:
|
|
||||||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
|
||||||
dokku-host: 'planner.thermokar.st'
|
|
||||||
app-name: 'webapp'
|
|
||||||
remote-branch: 'main'
|
|
||||||
# Keeping the following around, in case of emergencies:
|
|
||||||
# git-push-flags: --force
|
|
Loading…
Add table
Reference in a new issue