forked from malobeo/infrastructure
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
d456c6e386
|
|||
|
b238750a16
|
@@ -24,7 +24,7 @@ jobs:
|
|||||||
github_access_token: ${{ secrets.AHTLONS_GITHUB_TOKEN }}
|
github_access_token: ${{ secrets.AHTLONS_GITHUB_TOKEN }}
|
||||||
- name: Find pr number
|
- name: Find pr number
|
||||||
run: |
|
run: |
|
||||||
echo 'PR=$(echo "${{ github.ref }}" | cut -d / -f 3)' >> "$GITHUB_ENV"
|
echo PR=$(echo "${{ github.ref }}" | cut -d / -f 3) >> "$GITHUB_ENV"
|
||||||
- name: run hydra wait
|
- name: run hydra wait
|
||||||
run: |
|
run: |
|
||||||
echo "Running now @ pr no $PR"
|
echo "Running now @ pr no $PR"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ hosts are deployed automatically from master. The [hydra build server](https://h
|
|||||||
Big changes (like updating flake lock) could be commited to the staging branch first. [Hydra builds staging seperate](https://hydra.dynamicdiscord.de/jobset/malobeo/staging), and on success you can merge into master.
|
Big changes (like updating flake lock) could be commited to the staging branch first. [Hydra builds staging seperate](https://hydra.dynamicdiscord.de/jobset/malobeo/staging), and on success you can merge into master.
|
||||||
|
|
||||||
### deploy fresh host
|
### deploy fresh host
|
||||||
if you want to deploy a completly new host refer to [docs](https://docs.malobeo.org/anleitung/create.html)
|
if you want to deploy a completldy new host refer to [docs](https://docs.malobeo.org/anleitung/create.html)
|
||||||
|
|
||||||
### testing configuration
|
### testing configuration
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user