Changed pipeline
Some checks failed
pipeline / build-and-push-images (push) Successful in 12s
pipeline / deploy (push) Failing after 3s

This commit is contained in:
2024-11-24 13:40:49 +01:00
parent cba696e9b8
commit 9e7a243533

View File

@@ -57,7 +57,8 @@ jobs:
- name: Create env file
run: |
echo "GIT_COMMIT_HASH=${{ github.sha }}" >> ./envfile
echo "GIT_COMMIT_HASH=${{ github.sha }}" >> .env
ls -la
- name: Docker Stack deploy
uses: cssnr/stack-deploy-action@v1
@@ -67,4 +68,4 @@ jobs:
host: 192.168.1.105
user: root
ssh_key: ${{ secrets.DEPLOY_SSH_PRIVATE_KEY }}
env_file: ./envfile
env_file: .env