Skip to content

Commit

Permalink
#7 - prod deploy init (#20)
Browse files Browse the repository at this point in the history
- prod deploy init
  • Loading branch information
Blusia authored Mar 14, 2024
1 parent cba0a3e commit 3c56d35
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/deploy-to-prod-init.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Deploy to production

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/[email protected]

0 comments on commit 3c56d35

Please sign in to comment.