mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 08:45:02 +01:00
fix ci
This commit is contained in:
parent
df45dcbb9f
commit
e3a98023d3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yaml
vendored
4
.github/workflows/deploy.yaml
vendored
|
|
@ -22,6 +22,6 @@ jobs:
|
|||
username: ${{ secrets.DOCKER_NILSTRIEB_DEV_USER }}
|
||||
password: ${{ secrets.DOCKER_NILSTRIEB_DEV_PASSWORD }}
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check out application source
|
||||
- name: Build docker image
|
||||
run: |
|
||||
APP=${{ github.event.inputs.app }}
|
||||
ci/build.sh ${{ github.event.inputs.app }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue