Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Update postgres:15.5-alpine Docker digest to 934be6a #562

Update postgres:15.5-alpine Docker digest to 934be6a

Update postgres:15.5-alpine Docker digest to 934be6a #562

Workflow file for this run

name: deploy-piped
on:
push:
paths:
- '.github/workflows/piped.yml'
- 'piped/**'
branches: [main]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: piped
url: https://piped.aosus.link
steps:
- name: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Tailscale
uses: tailscale/github-action@65cdd9a05d7ebe4ef4e8c70141f5d84e1cd4cab4
with:
oauth-client-id: ${{ secrets.TAILSCALE_CLIENT_ID }}
oauth-secret: ${{ secrets.TAILSCALE_SECRET }}
tags: tag:deploy-ci
hostname: Github-actions
version: ${{ vars.TAILSCALE_VERSION }}
- name: Add secrets to config files
env:
POSTGRES_PASSWORD: ${{ secrets.piped_postgres_password }}
run: |
sed -i "s/(piped_postgres_password)/$POSTGRES_PASSWORD/g" $GITHUB_WORKSPACE/piped/config.properties
- name: Start Deployment
uses: FarisZR/[email protected]
env:
POSTGRES_PASSWORD: ${{ secrets.piped_postgres_password }}
with:
remote_docker_host: ${{ secrets.server_address }}
tailscale_ssh: true # no need for manual private and public keys
upload_directory: true # upload docker directory
docker_compose_directory: piped # directory to upload
compose_file_path: piped/docker-compose.yml
args: -p piped up -d --remove-orphans