Add .github/workflows/deploy.yml
All checks were successful
Deploy App / build (push) Successful in 21s

This commit is contained in:
2026-01-27 22:56:57 +00:00
commit 569fa142b6

18
.github/workflows/deploy.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: Deploy App
on: [push]
jobs:
build:
runs-on: ubuntu-22.04
container:
volumes:
- /var/docker-web:/var/docker-web
steps:
- uses: actions/checkout@v4
- name: test ci
run: |
REPO_NAME="${GITHUB_REPOSITORY##*/}"
APP_DIR="/var/docker-web/apps/${REPO_NAME}"
BRANCH_NAME=${GITHUB_REF##*/}
echo $BRANCH_NAME