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

add-actions-and-prep-staging-deploy #2

Merged
merged 26 commits into from
Nov 8, 2023
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
93ce800
adds ghas, updates dockerfile and dc file to use target web, adds cha…
aprilrieger Oct 23, 2023
74d94bf
chmod +x the helm_deploy script
aprilrieger Oct 23, 2023
58006b8
imagepullsecrets is an array now??
aprilrieger Oct 23, 2023
2a4aec1
ok got it, array but map
aprilrieger Oct 23, 2023
8d34271
Ok just remove the postgres helm chart -- not needed for now on stagi…
aprilrieger Oct 23, 2023
d602df0
Wrap in k8 version conditional since staging is still v1.18
aprilrieger Oct 23, 2023
70319ed
Update deploy
aprilrieger Oct 23, 2023
4b2d4a5
Add configmap and secrets so the deploy deploys them to the cluster
aprilrieger Oct 23, 2023
0af9727
Updates to configure the variables correctly witht he actions doing t…
aprilrieger Oct 23, 2023
9df6c92
YAML indents, shakes fist at sky in anger
aprilrieger Oct 23, 2023
538c522
Stop it, really! lol
aprilrieger Oct 23, 2023
d356631
I thought i tired this one already
aprilrieger Oct 23, 2023
d1f7fd7
Updates
aprilrieger Oct 23, 2023
7c7ca95
Needed to add the external connection to the postgres service in the …
aprilrieger Oct 23, 2023
683dd94
Add the ability to start the rails server & create a db
aprilrieger Oct 23, 2023
1564788
Updates
aprilrieger Oct 23, 2023
27cd244
Updates
aprilrieger Oct 23, 2023
f6ba00e
Updates
aprilrieger Oct 23, 2023
bb24a37
Updates
aprilrieger Oct 23, 2023
16150ab
chmod +x the entrypoint.sh script
aprilrieger Oct 24, 2023
e2cbf24
ugh k8s v1.18.ooolllllddddddaf
aprilrieger Oct 24, 2023
fb92942
http, 80, 3000, ports
aprilrieger Oct 24, 2023
9fc9a63
typo
aprilrieger Oct 24, 2023
a8f9d1d
Updates readme and adds seeds back after confirming configuration wit…
aprilrieger Oct 24, 2023
9ab692e
Get rubocop added in the app by adding gem, and by adding to CI. I ra…
aprilrieger Oct 24, 2023
ed19723
Merge branch 'main' into add-actions-and-prep-staging-deploy
aprilrieger Nov 8, 2023
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
Merge branch 'main' into add-actions-and-prep-staging-deploy
  • Loading branch information
aprilrieger authored Nov 8, 2023
commit ed197231118a09edb132e6c0e9e494a1caf991c7
12 changes: 6 additions & 6 deletions .github/workflows/build-test-lint.yaml
Original file line number Diff line number Diff line change
@@ -28,9 +28,9 @@ jobs:
# uses: scientist-softserv/actions/.github/workflows/test.yaml@v0.0.14
# with:
# webTarget:

lint:
needs: build
uses: scientist-softserv/actions/.github/workflows/lint.yaml@v0.0.14
with:
webTarget: web
#
# lint:
# needs: build
# uses: scientist-softserv/actions/.github/workflows/lint.yaml@v0.0.14
# with:
# webTarget:
You are viewing a condensed version of this merge commit. You can view the full changes here.