Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
cd6a676
Innecesary env files deleted
Jul 6, 2022
9dd2d22
New changes to env files
Jul 6, 2022
5cd8097
Merge from master
Jul 6, 2022
cee7a67
Add 1 git-crypt collaborator
Jul 6, 2022
37395a4
Add 1 git-crypt collaborator
Jul 6, 2022
64715d8
Add 2 git-crypt collaborators
Jul 6, 2022
04b36bf
New keys and env variables added
Jul 6, 2022
46713de
env files added & modified
Jul 7, 2022
3cbea5e
Merge from master
Jul 8, 2022
dd2e28c
Make run now uses .dev.env
Jul 8, 2022
5fbd76a
Pipeline modified
Jul 8, 2022
417fb0f
is the .env needed?
rodolfoIOET Jul 8, 2022
f98d359
using encrypted .stage.env
rodolfoIOET Jul 8, 2022
d829238
load secrets
rodolfoIOET Jul 8, 2022
f304803
adding env variables
rodolfoIOET Jul 8, 2022
d798597
scopes cannot be empty
rodolfoIOET Jul 8, 2022
71b814c
use env
rodolfoIOET Jul 8, 2022
e0557f3
using env var
rodolfoIOET Jul 8, 2022
09204b3
using env file
rodolfoIOET Jul 8, 2022
eaa95fe
adding mask
rodolfoIOET Jul 8, 2022
38b3cd8
using docker buildkit
rodolfoIOET Jul 11, 2022
c9a8046
only on tags
rodolfoIOET Jul 11, 2022
ac78df4
using buildkit directly
rodolfoIOET Jul 11, 2022
9f8f2f3
using dash source
rodolfoIOET Jul 11, 2022
4f78988
docker buildkit
rodolfoIOET Jul 11, 2022
c6ab1b4
missing folders added
rodolfoIOET Jul 11, 2022
82f58a6
nginx fix
rodolfoIOET Jul 11, 2022
0b5f089
fixing secrets
rodolfoIOET Jul 11, 2022
59dbb51
problem with double qoutes
rodolfoIOET Jul 11, 2022
6506028
fixing quotes in .stage.env
rodolfoIOET Jul 11, 2022
a3e3082
fixing secrets
rodolfoIOET Jul 11, 2022
ab39a18
loading to env
rodolfoIOET Jul 11, 2022
58f2706
quotes fixed
rodolfoIOET Jul 11, 2022
ac3c03d
replacing \r
rodolfoIOET Jul 12, 2022
103f4b4
fixing trailing \n
rodolfoIOET Jul 12, 2022
0a56877
one line expose
rodolfoIOET Jul 12, 2022
8ba2a27
fixing endpoint url
rodolfoIOET Jul 12, 2022
b7693a3
removing unnecessary jobs
rodolfoIOET Jul 12, 2022
1b62b4b
update creds
rodolfoIOET Jul 12, 2022
6b3a57c
adding with space at the end of the file
rodolfoIOET Jul 13, 2022
80278d5
merging from master
rodolfoIOET Jul 18, 2022
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
use env
  • Loading branch information
rodolfoIOET committed Jul 8, 2022
commit 71b814c1d158ab2052aca63ecef8fca0c54b6061
2 changes: 1 addition & 1 deletion .github/workflows/time-tracker-ui-cd-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |-
docker build \
--target production -t timetracker_ui \
--build-arg API_URL="$API_URL" \
--build-arg API_URL="${{ env.$API_URL }}" \
--build-arg AUTHORITY="$AUTHORITY" \
--build-arg CLIENT_ID="$CLIENT_ID" \
--build-arg CLIENT_URL="$CLIENT_URL" \
Expand Down