[init] project

This commit is contained in:
Data-Name-ID
2024-04-02 00:51:49 +03:00
commit 52233d0028
28 changed files with 685 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
name: Deployment
on:
workflow_run:
workflows: ["Frontend CI/CD"]
types:
- completed
jobs:
deploy:
runs-on: self-hosted
if: ${{ github.event.workflow_run.conclusion == 'success' }} && ${{ github.ref == 'refs/heads/main' }}
steps:
- uses: actions/checkout@v3
- name: Pull Docker images and start containers
run: |
sudo docker compose up -d --build