Skip to content

get title for manually added video #110

get title for manually added video

get title for manually added video #110

Workflow file for this run

name: Release
on:
push:
branches: [ "master" ]
permissions: write-all
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with:
push: true
tags: ghcr.io/opendonationassistant/oda-widget-page:${{ github.RUN_NUMBER }}
build-args: gpr_token=${{ secrets.GPR_TOKEN }}
- name: Deploying new version
uses: appleboy/[email protected]
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY }}
passphrase: ${{ secrets.SSH_PASSPHRASE }}
port: ${{ secrets.PORT }}
script: sh ~/update_widgets.sh ${{ github.RUN_NUMBER }}