Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
SocialGouv
fabrique
carnets
Commits
b2027ac9
Commit
b2027ac9
authored
Aug 17, 2021
by
Gary van Woerkens
Browse files
fix: Production workflow.
parent
0ebaa215
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
8 deletions
+5
-8
.github/workflows/production.yml
.github/workflows/production.yml
+2
-5
.github/workflows/review.yml
.github/workflows/review.yml
+3
-3
No files found.
.github/workflows/production.yml
View file @
b2027ac9
...
...
@@ -36,15 +36,12 @@ jobs:
-
name
:
Build application
run
:
|
yarn build
yarn export
env
:
HASURA_URL
:
"
%%HASURA_URL%%"
-
name
:
Archive application build
uses
:
actions/upload-artifact@v2
with
:
name
:
ou
t
path
:
ou
t
name
:
nex
t
path
:
.nex
t
##############################################################################
## BUILD AND REGISTER DOCKER IMAGES
...
...
.github/workflows/review.yml
View file @
b2027ac9
...
...
@@ -64,12 +64,12 @@ jobs:
-
name
:
Download application build
uses
:
actions/download-artifact@v2
with
:
name
:
nex
t
path
:
./
.nex
t
name
:
ou
t
path
:
./
ou
t
-
run
:
|
ls -lah
ls -lah ./
.nex
t
ls -lah ./
ou
t
-
name
:
Create image labels and tags
id
:
docker_meta
...
...
Social Groovy Bot
🤖
@SocialGroovyBot
mentioned in commit
a9aac5e0
·
Aug 17, 2021
mentioned in commit
a9aac5e0
mentioned in commit a9aac5e06a5e70d6fc893f3396107296c978a7f7
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment