diff --git a/.gitea/workflows/push-build.yml b/.gitea/workflows/push-build.yml index 95ba567..0bbdcb8 100644 --- a/.gitea/workflows/push-build.yml +++ b/.gitea/workflows/push-build.yml @@ -17,14 +17,8 @@ jobs: id: ls run: ls -al - - name: Login to repo - id: login - run: echo "${{ secrets.GITEASECRET_TOKEN }}" | docker login git.hamik.net -u paradizelost --password-stdin - - - name: Build - id: Build Verify - run: docker build -t git.hamik.net/paradizelost/visubnet:latest . - - - name: Push to Repository - id: push - run: docker push git.hamik.net/paradizelost/visubnet \ No newline at end of file + - name: Deploy + run: | + echo "${{ secrets.GITEASECRET_TOKEN }}" | docker login git.hamik.net -u paradizelost --password-stdin + docker build -t git.hamik.net/paradizelost/visubnet:latest . + docker push git.hamik.net/paradizelost/visubnet \ No newline at end of file