fix: forgot to rename GITEA to GIT. lol
This commit is contained in:
parent
24a138065b
commit
a77074aa87
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: ${{ secrets.GITEA_DOMAIN }}/${{ secrets.GITEA_USERNAME }}resumelens/backend:latest
|
||||
tags: ${{ secrets.GIT_DOMAIN }}/${{ secrets.GIT_USERNAME }}/resumelens/backend:latest
|
||||
|
||||
# Build and Push React Frontend
|
||||
- name: Build and Push Frontend
|
||||
@ -36,4 +36,4 @@ jobs:
|
||||
with:
|
||||
context: ./web
|
||||
push: true
|
||||
tags: ${{ secrets.GITEA_DOMAIN }}/${{ secrets.GITEA_USERNAME }}/resumelens/frontend:latest
|
||||
tags: ${{ secrets.GIT_DOMAIN }}/${{ secrets.GIT_USERNAME }}/resumelens/frontend:latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user