build #10

Merged
k1nq merged 22 commits from build into dev 2025-11-30 04:47:42 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 4bdc575892 - Show all commits

View File

@ -15,7 +15,7 @@ jobs:
- name: Build and push app
run: |
docker build -t ${{ secrets.GIT_HOST }}/${{ gitea.repository }}:app -f app/Dockerfile ./app
docker push $ {{ secrets.GIT_HOST }}/${{ gitea.repository }}:app
docker push ${{ secrets.GIT_HOST }}/${{ gitea.repository }}:app
deploy:
runs-on: ubuntu-latest
@ -27,7 +27,7 @@ jobs:
- name: Instasll SSH key
uses: webfactory/ssh-agent@v.0.9.0
with:
ssh-private-key: $ {{ secrets.DEPLOY_SSH_KEY }}
ssh-private-key: ${{ secrets.DEPLOY_SSH_KEY }}
- name: Add host to known_hosts
run: ssh-keyscan -H ${{ secrets.LXC_HOST }} >> ~/.ssh/known_hosts