Skip to content

Redeploy to JustRunMyApp #6

Redeploy to JustRunMyApp

Redeploy to JustRunMyApp #6

Workflow file for this run

name: Redeploy to JustRunMyApp
on:
schedule:
- cron: "0 */12 * * *"
workflow_dispatch:
permissions:
contents: read
jobs:
redeploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push to JustRunMyApp remote
run: |
git remote add jrnm "${{ secrets.JRNM_GIT_URL }}"
git push jrnm HEAD:deploy --force