Fix workflow
This commit is contained in:
parent
ba050930ba
commit
7df3960e5a
1 changed files with 1 additions and 5 deletions
6
.github/workflows/main.yaml
vendored
6
.github/workflows/main.yaml
vendored
|
|
@ -5,7 +5,7 @@ on:
|
|||
- main
|
||||
env:
|
||||
CONTAINER_REGISTRY: schmelczera
|
||||
DOMAIN: '161.35.71.163'
|
||||
DOMAIN: "161.35.71.163"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
@ -27,9 +27,6 @@ jobs:
|
|||
|
||||
push:
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- build-frontend
|
||||
- build-ingress
|
||||
steps:
|
||||
- name: Checkout current branch with lfs
|
||||
uses: actions/checkout@main
|
||||
|
|
@ -48,4 +45,3 @@ jobs:
|
|||
run: |
|
||||
DOCKER_HOST=ssh://root@$DOMAIN docker login -u ${{ secrets.DOCKER_TOKEN }} -p ${{ secrets.DOCKER_TOKEN }} $CONTAINER_REGISTRY
|
||||
DOCKER_HOST=ssh://root@$DOMAIN docker stack up declared -c docker-compose.yml --with-registry-auth
|
||||
working-directory: infrastructure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue