Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce a new subdomain dev.iscsc.fr to publish in-development features from opened PRs #53

Merged
merged 21 commits into from
May 17, 2024
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
0cceff8
Add nginx config and docker updates for dev.iscsc.fr
ctmbl Apr 26, 2024
6329850
Update build folder hierarchy: build/blog -> build/blog/prod
ctmbl Apr 27, 2024
a95b787
Add deploy dev wokflow: a github action to be manually deploy a PR to…
ctmbl May 3, 2024
d0aca8c
Fix builder container volume on host: default to production
ctmbl May 8, 2024
62c4b80
Name production build artifact
ctmbl May 8, 2024
f624bf6
Fix deploy_dev workflow URL and build location
ctmbl May 8, 2024
bc73f3d
TO BE REVERTED: Add fake article to test the workflow
ctmbl May 17, 2024
b45155a
Make deploy_dev workflow trigger on pull_request and need a maintaine…
ctmbl May 17, 2024
ab53aef
Test passing secrets as environment variables
ctmbl May 17, 2024
776a376
TO BE REVERTED: Test without environment
ctmbl May 17, 2024
f5943dd
TO REVERT: Add Debug secrets step
ctmbl May 17, 2024
2306566
TO REVERT: Add Debug secrets step to existing workflows
ctmbl May 17, 2024
34f3b43
Merge branch 'main' into dev-subdomain
ctmbl May 17, 2024
1ec4ab1
Revert "TO REVERT: Add Debug secrets step to existing workflows"
ctmbl May 17, 2024
a5c0b06
Revert "TO REVERT: Add Debug secrets step"
ctmbl May 17, 2024
2cfb34a
Revert "TO BE REVERTED: Test without environment"
ctmbl May 17, 2024
30904a8
Revert "Test passing secrets as environment variables"
ctmbl May 17, 2024
a2467a3
Revert "Make deploy_dev workflow trigger on pull_request and need a m…
ctmbl May 17, 2024
28292d1
Revert "TO BE REVERTED: Add fake article to test the workflow"
ctmbl May 17, 2024
caa1d5d
Revert "Fix deploy_dev workflow URL and build location"
ctmbl May 17, 2024
9770cfd
Revert "Add deploy dev wokflow: a github action to be manually deploy…
ctmbl May 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "TO REVERT: Add Debug secrets step"
This reverts commit f5943dd.
  • Loading branch information
ctmbl committed May 17, 2024
commit a5c0b0653e1f61bd0f47923986a0cba2e9143ec2
10 changes: 0 additions & 10 deletions .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,7 @@ jobs:
# Force to respect the 'dev-deployment' environment rules, in our case 1 maintainer approval
env:
SSH_KNOWN_HOSTS: ${{ secrets.SSH_KNOWN_HOSTS }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Debug
run: |
echo "GH_TOKEN (env): ${{ env.GH_TOKEN }}"
echo "GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}"
echo "CI_USER_NAME: ${{ secrets.CI_USER_NAME }}"
echo "TEST_EMPTY_SECRET:${{ secrets.TEST_EMPTY_SECRET }}"
echo "TEST_ORG_SECRET: ${{ secrets.TEST_ORG_SECRET }}"
echo "TEST_REPO_SECRET: ${{ secrets.TEST_REPO_SECRET }}"
echo "TEST_ENV_SECRET: ${{ secrets.TEST_ENV_SECRET }}"
# Checkout repo AND ITS SUBMODULES
- name: 🛒 Checkout
uses: actions/checkout@v3
Expand Down