Add external network #40
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy to Production | |
on: | |
push: | |
branches: [main] | |
workflow_dispatch: | |
env: | |
INFISICAL_TOKEN: ${{ secrets.INFISICAL_TOKEN }} | |
jobs: | |
deploy: | |
runs-on: [self-hosted, prod] | |
timeout-minutes: 10 | |
steps: | |
- name: Clone Project | |
uses: actions/checkout@v3 | |
- name: Build Service | |
run: docker compose build | |
- name: Start Service | |
run: docker rollout portfolio |