Update .gitea/workflows/deploy.yml
This commit is contained in:
parent
5300887757
commit
15fe6a6b0a
@ -37,8 +37,8 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- uses: webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
ssh-private-key: ${{ secrets.ssh-private-key }}
|
||||
- name: Create .env file from secret
|
||||
run: echo "${{ secrets.ENV }}" > .kamal/secrets
|
||||
run: echo "${{ secrets.env }}" > .kamal/secrets
|
||||
- name: Deploy
|
||||
run: kamal deploy -d ${{ inputs.environment }}
|
Loading…
x
Reference in New Issue
Block a user