Commit Graph

24 Commits

Author SHA1 Message Date
8385c90924
Roll back to hardcoded values 2024-04-06 12:05:33 +02:00
9b832ea452
Pass action-defined vars via env step property 2024-04-06 12:02:13 +02:00
de50d82e15
Reintroduce accidentally removed chmod 2024-04-06 11:55:32 +02:00
bb013ac50d
Ensure vairables are passed in correct order 2024-04-06 11:54:25 +02:00
e3882006ef
Use vars context instead of env 2024-04-06 11:49:41 +02:00
a7be42685f
Check if variables can be read properly at all 2024-04-06 11:43:17 +02:00
1f78812630
Try using alternative env reference syntax 2024-04-06 11:39:36 +02:00
454e2e8274
Pass action env variables as script args 2024-04-06 11:33:32 +02:00
f7e54ca281 Remove redundant pwd step 2024-03-26 19:38:08 +01:00
99c62d85a6 I was hungry and ate a dot and a slash 2024-03-26 19:37:46 +01:00
cd7f6f6131 Print job's working directory 2024-03-26 19:36:35 +01:00
b82d55d1e1 Move final step to a separate script 2024-03-26 19:34:08 +01:00
9cb5c8d37f Ensure docker rm is supplied with my_website's container ID 2024-03-26 19:24:46 +01:00
b477aa0a48 Insert chained Docker calls into a single line 2024-03-26 19:16:30 +01:00
496523f3fe Change exposed port to 8505 2024-03-26 19:08:47 +01:00
cc888bd244 Use ubuntu:act image instead of ubuntu:runner for the job container 2024-03-26 17:25:27 +01:00
6de30ba40f Add a name to permission fix steps 2024-03-26 16:53:31 +01:00
9ec36fecaa Try a fix permissions script to access Docker daemon socket 2024-03-26 16:50:34 +01:00
441a916c5e Split label into runs-on and container fields 2024-02-23 19:46:00 +01:00
6fba528670 Correct image rto one of the runner image's defaults 2024-02-23 19:30:14 +01:00
24d8c963a2 Use catthehacker's Ubuntu image to run deploy job 2024-02-23 19:28:36 +01:00
3645899adf Add a Doicker installation step 2024-02-23 16:43:22 +01:00
c4447e0a4f First attempt at creating a Gitea Action for local deployment 2024-02-23 16:36:32 +01:00
661d8267aa Create a sample Gitea Action 2024-02-23 14:13:56 +01:00