new deployment repo
continuous-integration/drone/tag Build is failing Details
continuous-integration/drone/push Build is passing Details

master v1.1
B Kleinen 3 years ago
parent ebe526494a
commit da70660f21

@ -20,5 +20,13 @@ jobs:
- name: echo tag - name: echo tag
run: echo "---- about to deploy tag ${RELEASE_VERSION}" run: echo "---- about to deploy tag ${RELEASE_VERSION}"
- name: Push to Production Repo - name: Push to Production Repo
run: |
git push https://${{ secrets.P_USER }}:${{ secrets.P_PASSWD }}@${{ secrets.P_URL_HUGO_TEST }} master ${RELEASE_VERSION}
- name: Push to new Production Repo
run: | run: |
git push https://${{ secrets.P_USER }}:${{ secrets.P_PASSWD }}@${{ secrets.P_URL }} master ${RELEASE_VERSION} git push https://${{ secrets.P_USER }}:${{ secrets.P_PASSWD }}@${{ secrets.P_URL }} master ${RELEASE_VERSION}
# needs the following secrets in repo:
# gh secret set P_USER
# gh secret set P_PASSWD
# gh secret set P_URL
# gh secret set P_URL_HUGO_TEST

@ -40,7 +40,6 @@ Have a look at the makefile for useful commands.
- [Staging Environment](https://seuh2022.github.io/seuh2022) - [Staging Environment](https://seuh2022.github.io/seuh2022)
## Credits ## Credits
### Icons ### Icons

Loading…
Cancel
Save