Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
f21d05f404 |
@@ -178,6 +178,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITEA_TOKEN }}
|
token: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
|
||||||
|
- name: Log in to Container Registry
|
||||||
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
registry: ${{ env.REGISTRY }}
|
||||||
|
username: ${{ vars.WORKER_USERNAME}}
|
||||||
|
password: ${{ secrets.CI_BOT_TOKEN }}
|
||||||
|
|
||||||
- name: Deploy to production (Local Test)
|
- name: Deploy to production (Local Test)
|
||||||
run: |
|
run: |
|
||||||
echo "🚀 Testing ${{ needs.create-release.outputs.version }} deployment locally..."
|
echo "🚀 Testing ${{ needs.create-release.outputs.version }} deployment locally..."
|
||||||
|
Reference in New Issue
Block a user