Files
ci-test/.github/workflows/deploy.yml
valere 98f05beeb6
All checks were successful
Deploy App / build (push) Successful in 9s
Update .github/workflows/deploy.yml
2026-02-02 09:46:26 +00:00

18 lines
404 B
YAML

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##*/}"
BRANCH_NAME=${GITHUB_REF_NAME##*/}
APP_DIR="/var/docker-web/apps/${REPO_NAME}"
echo $GITHUB_REPOSITORY