Skip to content

Fix component import reference #70

Fix component import reference

Fix component import reference #70

Workflow file for this run

name: CD
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
deploy:
runs-on: [self-hosted]
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run containers
run: >
ROUTER_NAME=tiedeapp_staging
DOMAIN=staging.tiede.app
IMAGE_TAG=staging
RAILS_MASTER_KEY=${{ secrets.RAILS_MASTER_KEY }}
POSTGRES_PASSWORD=${{ secrets.POSTGRES_PASSWORD }}
POSTGRES_HOSTNAME=gTduNm
/usr/local/bin/docker-compose --file docker-compose.yml --project-name tiedeapp up --detach --remove-orphans --build