remove deploy tag
This commit is contained in:
parent
e809dfde4a
commit
e632125ef4
1 changed files with 0 additions and 11 deletions
|
|
@ -47,14 +47,3 @@ jobs:
|
|||
file: ./Services/Dockerfile
|
||||
tags: ${{ env.CONTAINER_IMAGE_NAME }}:latest,${{ env.CONTAINER_IMAGE_NAME }}:${{ env.IMAGE_VERSION }}
|
||||
push: true
|
||||
- name: Remote Deploy
|
||||
uses: appleboy/ssh-action@v1.2.1
|
||||
with:
|
||||
host: ${{ vars.SSH_DEPLOY_HOST }}
|
||||
port: ${{ vars.SSH_DEPLOY_PORT }}
|
||||
username: ${{ secrets.SSH_DEPLOY_USER }}
|
||||
password: ${{ secrets.SSH_DEPLOY_PASSWORD }}
|
||||
script: |
|
||||
cd ~/repo
|
||||
./replace-env.sh API_ORG "${{ env.IMAGE_VERSION }}"
|
||||
./deploy.sh hrms-api-org
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue