Skip to content

Commit 56fe780

Browse files
authored
Update .drone.yml
1 parent 91a1d13 commit 56fe780

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.drone.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ steps:
1717
repo: josaorg/contributions-web
1818
build_args:
1919
[
20-
CONTRIBUTIONS_API_URL=https://contributions.api.dev.josa.ngo,
21-
MATOMO_SITE_ID=11,
22-
TARGET_ENV=development
20+
CONTRIBUTIONS_API_URL=https://contributions.api.prod.josa.ngo,
21+
MATOMO_SITE_ID=10,
22+
TARGET_ENV=production
2323
]
2424
build_args_from_env:
2525
[
@@ -32,7 +32,7 @@ steps:
3232
]
3333
tags:
3434
- ${DRONE_COMMIT_SHA}
35-
- latest
35+
- stable
3636
username:
3737
from_secret: docker_username
3838
password:

0 commit comments

Comments
 (0)