Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
botprzemek authored Apr 13, 2024
1 parent 304b7fc commit 85a93f6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Auth GitHub
- name: Auth GitHub
uses: docker/login-action@v3
with:
registry: ghcr.io
Expand All @@ -26,7 +26,8 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}
images:
ghcr.io/${{ github.repository }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -56,4 +57,4 @@ jobs:
password: ${{ secrets.SERVER_PASSWORD }}
port: ${{ secrets.SERVER_PORT }}
key: ${{ secrets.SERVER_KEY }}
script: ./deployment-scripts/single-instance.sh ${{ github.repository }} ${{ secrets.APP_NAME }} ${{ secrets.APP_PORT }}
script: ${{ vars.SCRIPT }} ${{ github.repository }} ${{ secrets.APP_NAME }} ${{ secrets.APP_PORT }}

0 comments on commit 85a93f6

Please sign in to comment.