Update .gitea/workflows/deploy.yml
This commit is contained in:
parent
5d56fbbfc5
commit
5300887757
@ -41,12 +41,4 @@ jobs:
|
|||||||
- name: Create .env file from secret
|
- name: Create .env file from secret
|
||||||
run: echo "${{ secrets.ENV }}" > .kamal/secrets
|
run: echo "${{ secrets.ENV }}" > .kamal/secrets
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: kamal deploy -d ${{ inputs.environment }}
|
run: kamal deploy -d ${{ inputs.environment }}
|
||||||
|
|
||||||
- name: Disable strict host key checking
|
|
||||||
run: |
|
|
||||||
echo "Host *" >> ~/.ssh/config
|
|
||||||
echo " StrictHostKeyChecking no" >> ~/.ssh/config
|
|
||||||
|
|
||||||
- name: Deploy
|
|
||||||
run: vendor/bin/dep deploy environment="${{ inputs.environment }}"
|
|
Loading…
x
Reference in New Issue
Block a user