Skip to content

Commit

Permalink
#145 - deploy init (#156)
Browse files Browse the repository at this point in the history
- deploy init
  • Loading branch information
Blusia authored Sep 23, 2024
1 parent 53ae281 commit f40fa98
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/deploy-to-prod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Deploy to production init

concurrency:
group: deploy-prod
cancel-in-progress: false

on:
workflow_dispatch:

jobs:
deploy:
environment: production
runs-on: ubuntu-22.04
name: Deploy to production
env:
DOCKER_REGISTRY: ghcr.io
DOCKER_REGISTRY_USER_NAME: blumilkbot
REPO_NAME: ${{ github.event.repository.name }}
REPO_OWNER: ${{ github.repository_owner }}
TARGET_DIR_ON_SERVER: /blumilk/production
steps:
- name: checkout
uses: actions/checkout@v4.1.1

0 comments on commit f40fa98

Please sign in to comment.