Files
ci-test/.github/workflows/deploy.yml
valere b23ea09ba2
All checks were successful
Deploy App / build (push) Successful in 1m28s
Update .github/workflows/deploy.yml
2026-02-02 09:38:38 +00:00

18 lines
386 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##*/}
APP_DIR="/var/docker-web/apps/${REPO_NAME}"
env | sort